home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Util / conv / Acvt.lha / Acvt 1.07 / sources / errbase.h < prev    next >
C/C++ Source or Header  |  2001-03-08  |  925b  |  27 lines

  1. //    This program is free software; you can redistribute it and/or modify
  2. //    it under the terms of the GNU General Public License as published by
  3. //    the Free Software Foundation; either version 2 of the License, or
  4. //    any later version.
  5. //
  6. //    This program is distributed in the hope that it will be useful,
  7. //    but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. //    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  9. //    GNU General Public License for more details.
  10. //
  11. //    You should have received a copy of the GNU General Public License
  12. //    along with this program; if not, write to the Free Software
  13. //    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  14. //
  15.  
  16. #ifndef __ERRBASE_H__
  17. #define __ERRBASE_H__
  18.  
  19. #define CDISK_BASE    0x1000
  20. #define CATR_BASE        0x2000
  21. #define CDCM_BASE        0x3000
  22. #define CSCP_BASE        0x4000
  23. #define CXFD_BASE        0x5000
  24. #define CDI_BASE        0x6000
  25.  
  26. #endif
  27.